home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / ADMIN / KO-KR / OCT.CHM / html / office10.css < prev    next >
Cascading Style Sheet File  |  2012-07-31  |  8KB  |  260 lines

  1. /* csasset date 2006-04-25 */
  2. /* csasset date 2006-02-08 */
  3. /* Style Sheet Last updated - 11/10/2000 */ 
  4. /* This style sheet is for IE 4.02 and up */ 
  5.  
  6.  
  7. /* BODY = default paragraph font */ 
  8.     body        {bgcolor: #ffffff; font-family: "╕╝└║ ░φ╡±", "Malgun Gothic", ▒╝╕▓, Gulim, Tahoma, Arial, Helvetica, sans-serif; font-size: 70%; }
  9.     
  10. /* HYPERLINKS */ 
  11.     a:link        {color: #0000cc; }
  12.     a:active    {color: #0000cc; }
  13.     a:visited    {color: #0000cc; }    
  14.     .pop        {text-decoration: none; }
  15.  
  16. /* LISTS */ 
  17.     ol        {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  18.     ul        {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  19.     ol ul        {list-style: disc; margin-top: .5em;}
  20.     ul ul        {list-style: disc; margin-top: .5em;}
  21.     li        {margin-bottom: .7em; margin-left: -2em;}
  22.  
  23. /* PREFORMATTING - CODE */ 
  24.     pre        {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  25.     code         {font-family: "courier new", courier; font-size: 125%; }
  26.     .vs        {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em; BACKGROUND-COLOR: #eeeeee}
  27.     
  28. /* TABLES */ 
  29.     table        {font-size: 100%; margin-top: 1em; margin-bottom: 0em;}
  30.     th        {text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
  31.     tr        {vertical-align: top;}
  32.     td        {margin: .25em; vertical-align: top; border-bottom: 1px solid #CCCCCC; }
  33.  
  34. /* PARAGRAPH */
  35.     p        {margin-top: .6em; margin-bottom: .6em; }
  36.  
  37.  
  38.  
  39. /* Heading styles---------------------------------------------------------------------------- */ 
  40.  
  41.     h1        {font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
  42.     h2        {font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
  43.     h3        {font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
  44.     h4        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  45.     h5        {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  46.     .lproch        {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */ 
  47.  
  48. /* Defined List styles ----------------------------------------------------------------------- */
  49.  
  50.     dt        {font-weight: bold; }
  51.     dd        {margin-left: 2em; margin-bottom: .6em; }
  52.  
  53. /* Paragraph styles--------------------------------------------------------------------------- */ 
  54.  
  55.     .ac        {font-size: 90%; color: #7F7F7F;} 
  56.     .alpha        {font-size: 125%; font-weight: bold; }
  57.     .dt1        {text-indent: -2em; margin-left: 2em;}
  58.     .hang        {text-indent: -2em; margin-left: 2em;}
  59.     .ind        {margin-left: 2em;}
  60. /* MAYBE KEEP .LBR1 IN CASE WE CAN GET HANGING INDENT TO WORK IN IE5.0? */ 
  61.     .mt        {margin-top:  2em; font-weight: bold; }
  62.     .noborder    {border: none; }
  63.     .rtt        {text-align: right; font-size: 90%; }
  64.     .tableup    {margin-top: 0em; }
  65. /* overline */
  66.     .ov        {text-decoration: overline; }
  67.  
  68. /* spacing styles */ 
  69.     .4        {line-height: 4pt;}
  70.     .6        {line-height: 6pt;}
  71.     
  72. /* styles we no longer need */         
  73.     .Highlight    {background-color: lightblue;}
  74.     .Normal     {background-color: white;}
  75.     .fixp        {color: #00ff00;}    /* *fix this paragraph for incorrectly used styles / green */ 
  76.  
  77. /* Language Reference styles --------------------------------------------------------------------------- */
  78.  
  79.  
  80. /* code comments */
  81.     .comment {color: darkgreen;
  82.         }
  83.  
  84. /* Object model blue box */ 
  85.     .omblue { height: 16px;
  86.         width: 180px;
  87.         padding: 2px 2px 2px 2px;
  88.         background-color: #99FFFF;
  89.         border: 1px solid windowframe;
  90.         color: windowtext;
  91.         font-weight: bold;
  92.         text-decoration: none;
  93.         cursor: hand;
  94.         line-height: 9px;
  95.         }
  96.  
  97. /* Object model blue dashed box */ 
  98.     .ombluedash { height: 16px;
  99.         width: 180px;
  100.         padding: 2px 2px 2px 2px;
  101.         background-color: #99FFFF;
  102.         border: 1px dashed windowframe;
  103.         color: windowtext;
  104.         text-decoration: none;
  105.         cursor: hand;
  106.         line-height: 9px;
  107.         }
  108.  
  109. /* Object model yellow box */ 
  110.     .omyellow { height: 16px;
  111.         width: 180px;
  112.         padding: 2px 2px 2px 2px;
  113.         background-color: #FFFF99;
  114.         border: 1px solid windowframe;
  115.         color: windowtext;
  116.         font-weight: bold;
  117.         text-decoration: none;
  118.         cursor: hand;
  119.         line-height: 9px;        
  120.         }    
  121.  
  122. /* Object model yellow dashed box */ 
  123.     .omyellowdash { height: 16px;
  124.         width: 180px;
  125.         padding: 2px 2px 2px 2px;
  126.         background-color: #FFFF99;
  127.         border: 1px dashed windowframe;
  128.         color: windowtext;
  129.         text-decoration: none;
  130.         cursor: hand;
  131.         line-height: 9px;
  132.         }
  133.  
  134. /* Navigation hyperlink list container */
  135.     .ofvbaispan { position: absolute;
  136.         padding: 0px 0px 0px 0px;
  137.         border: 1px solid windowframe;
  138.         color: windowtext;
  139.         display: none;
  140.         z-index: +1;
  141.         }
  142.  
  143. /* Navigation area */
  144.     .ofvbanav { padding: 0px 0px 10px 0px;
  145.         }
  146.  
  147. /* Active navigation area jumps */
  148.     .ofvbanavreuse { width: 75px;
  149.         color: #0000cc;
  150.         cursor: hand;
  151.         }
  152.  
  153. /* Inactive navigation area jump */
  154.     .ofvbanavunused { width: 75px;
  155.         color: graytext;
  156.         }
  157.  
  158. /* Hidden navigation area jump */
  159.     .ofvbanavhidden { width: 75px;
  160.         display: none;
  161.         }
  162.  
  163. /* Navigation hyperlink list topic description toggle */
  164.     .ofvbashowdesc { color:#0000cc;
  165.         cursor:hand;
  166.         font-size:smaller;
  167.         text-decoration:underline;
  168.         }
  169.  
  170. /* Navigation hyperlink list topic description sections */
  171.     .ofvbadesc { color: windowtext;
  172.         display: none;
  173.         }
  174.  
  175. /* Example navigation area jumps */
  176.     .ofvbanavex { text-decoration: none;
  177.         }
  178.  
  179. /* Syntax box */
  180.     .ofvbasyn { width: 100%;
  181.         padding: 0px 8px 0px 8px;
  182.         background-color: #CCCCCC;
  183.         }
  184.  
  185.  
  186.     .signature { width: 100%;
  187.         padding: 0px 8px 0px 8px;
  188.         background-color: #CCCCCC;
  189.         }
  190.  
  191.  
  192.  
  193.  
  194.  
  195. .ofvbalink        {text-decoration: none; }
  196. .ofvbalink:hover    {text-decoration: underline; }
  197.  
  198.  
  199.  
  200. /* Dropdown styles --------------------------------------------------------------------------- */
  201.  
  202. .DropDown    {text-decoration: none; font-weight: normal; top: 0pt;} 
  203. .DropDown:hover    {text-decoration: underline; }
  204.  
  205.             
  206. .HidePopUp     {text-decoration: none; }
  207. .HidePopUp:hover{text-decoration: underline; }
  208.  
  209. .Glossary    {text-decoration: none; }
  210. .glossary:hover    {text-decoration: underline; }
  211.                 
  212. .Glossarydef    {color: #008C00; text-decoration: none;}
  213.  
  214. .srcContent     { }
  215.  
  216. .expfav        {font-size: 80%; text-align: Right; margin-top: -1em; margin-bottom: 0; }
  217.  
  218. .expanded    {font-weight: normal; }    
  219.  
  220. .collapsed    {display: none;}    
  221.                  
  222. .def        {margin-top: 40pt;}    
  223.  
  224. #theIFRAME    {position: absolute; display:none; }
  225.  
  226. /* Language Specific Boilerplate Styles------------------------------------------------------- */
  227.     .BPhide         {display: none }
  228.     .BPshow         {  }
  229.     .BPHide4Bidi     {  }
  230.     .BPHide4EA         {  }
  231.     .BPHide4Thai     {  }
  232.     .hide4ara     {  }
  233.     .hide4arascript     {  }
  234.     .hide4biditha    {  }
  235.     .hide4eabidi    {  }
  236.     .hide4easa    {  }
  237.     .hide4easabidi{  }
  238.     .hide4eng        {  }
  239.     .hide4enu        {  }
  240.     .hide4enucanfrndut{  }
  241.     .hide4heb        {  }
  242.     .hide4hindi    {  }
  243.     .hide4jamuiopt{  }
  244.     .hide4sa        {  }
  245.     .hide4sabidi    {  }
  246.     .somecontent    {  }
  247.  
  248. /* WR5 */ 
  249. .synopsis{color:#666666; font-family: "╕╝└║ ░φ╡±", "Malgun Gothic", ▒╝╕▓, Gulim, "Arial"; font-size:1.1em; line-height:18px}
  250. .synopsisruninhead{color:#666666; font-family: "╕╝└║ ░φ╡±", "Malgun Gothic", ▒╝╕▓, Gulim, "Arial"; font-weight:bold; font-size:1.1em; line-height:18px}
  251. .bmkTOChead {color:#999999; font-weight: bold; font-size: 18px; margin: 30px 0px 0px;}
  252. p#bmkTOClinks {padding: 0px; margin: 6px 0px;}
  253. li#bmkTOClinks {padding: 0px; margin: 0px 16px; line-height: 18px;}
  254. .bmktocrule {color:#CCCCCC; height:1px; padding: 0px; margin: 0px;}
  255. ul#bmkTOClist {margin: 0px; padding: 0px; display: inline-block; list-style-image: url(http://tc4.iponet.net/global/images/default.aspx?AssetID=ZA100694391033);}
  256. .trbgeven{vertical-align: top; background: #F2F2F2}
  257. .trbgodd{vertical-align: top;}
  258. .thhead    {text-align: left; margin-right: 1em; vertical-align: bottom; background: #6b82b2; color:#FFFFFF; padding-left: .5em; padding-top: .25em}
  259. .noborder{margin: .25em; vertical-align: top; padding-left: .5em; padding-top: .25em}
  260. .collapse {font-size: 100%; margin-top: 1em; margin-bottom: 0em; border-collapse: collapse}